home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 138
/
Volume 138 Aug 19 2011 - Damaged.iso
/
Games
/
shadez.swf
/
scripts
/
com
/
kongregate
/
as3
/
client
/
IAPIBootstrap.as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-08-19
|
434 b
|
25 lines
{
if(true)
{
IAPIBootstrap = §§newclass(IAPIBootstrap,null);
}
}
package com.kongregate.as3.client
{
import flash.display.Stage;
import flash.events.Event;
public interface IAPIBootstrap
{
function init(param1:Event = null, param2:Stage = null) : void;
function hideLog() : void;
function showLog(param1:int = 0) : void;
}
}